home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / gui / gtldv374.lha / GadUtil / Docs / AutoDocs / 27.GU_AttachList < prev    next >
Text File  |  1996-05-14  |  702b  |  30 lines

  1. gadutil.library/GU_AttachList                   gadutil.library/GU_AttachList
  2.  
  3.    NAME
  4.     GU_AttachList -- Change a listview's current list.
  5.  
  6.    SYNOPSIS
  7.     GU_AttachList(gad, win, list)
  8.                   D0   A0   A1
  9.  
  10.     VOID GU_AttachList(struct Gadget *, struct Window *, struct List *);
  11.  
  12.    FUNCTION
  13.     Attach a new (or changed) list to a listview. The new list will be
  14.     shown immediately.
  15.  
  16.    INPUTS
  17.     gad  - Gadget to change.
  18.     win  - Window that the gadget is located in.
  19.     list - List to connect to the listview gadget.
  20.  
  21.    RESULT
  22.     none
  23.  
  24.    BUGS
  25.     none known
  26.  
  27.    SEE ALSO
  28.     GU_AddTail(), GU_ClearList(), GU_DetachList(), GU_NewList()
  29.     GU_FindNode(), GU_NodeUp(), GU_NodeDown(), GU_CountNodes(), GU_SortList()
  30.